home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 46 / PC Gamer IT CD 46 2-2.iso / utility / notepads / _SETUP.1 / Notepads.exe / 0 / RCDATA / TFRMSPECIALCHAR / TFRMSPECIALCHAR.txt
Text File  |  1999-09-08  |  3KB  |  131 lines

  1. object frmSpecialChar: TfrmSpecialChar
  2.   Left = 165
  3.   Top = 346
  4.   Width = 510
  5.   Height = 318
  6.   Caption = 'Insert Special Characters'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = True
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object grdSpecial: TStringGrid
  21.     Left = 0
  22.     Top = 29
  23.     Width = 502
  24.     Height = 259
  25.     Align = alClient
  26.     ColCount = 22
  27.     DefaultColWidth = 25
  28.     DefaultRowHeight = 25
  29.     FixedCols = 0
  30.     RowCount = 12
  31.     FixedRows = 0
  32.     Font.Charset = SYMBOL_CHARSET
  33.     Font.Color = clWindowText
  34.     Font.Height = -16
  35.     Font.Name = 'Comic Sans MS'
  36.     Font.Style = []
  37.     ParentFont = False
  38.     TabOrder = 0
  39.     OnDblClick = grdSpecialDblClick
  40.     OnSelectCell = grdSpecialSelectCell
  41.   end
  42.   object barTools: TSpeedBar
  43.     Left = 0
  44.     Top = 0
  45.     Width = 502
  46.     Height = 29
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clWindowText
  49.     Font.Height = -11
  50.     Font.Name = 'Arial'
  51.     Font.Style = []
  52.     Options = [sbFlatBtns]
  53.     BtnOffsetHorz = 3
  54.     BtnOffsetVert = 3
  55.     BtnWidth = 24
  56.     BtnHeight = 23
  57.     Images = frmMain.lstImages
  58.     BevelOuter = bvNone
  59.     PopupMenu = pumToolBar
  60.     TabOrder = 1
  61.     InternalVer = 1
  62.     object lblClick: TLabel
  63.       Left = 124
  64.       Top = 0
  65.       Width = 361
  66.       Height = 29
  67.       AutoSize = False
  68.       Caption = 
  69.         'Double-click on character to insert into workspace at cursor pos' +
  70.         'ition'
  71.       PopupMenu = pumToolBar
  72.       Layout = tlCenter
  73.     end
  74.     object lblChar: TLabel
  75.       Left = 44
  76.       Top = 0
  77.       Width = 65
  78.       Height = 29
  79.       Alignment = taCenter
  80.       AutoSize = False
  81.       Caption = 'lblChar'
  82.       Layout = tlCenter
  83.     end
  84.     object secFile: TSpeedbarSection
  85.       Caption = 'File'
  86.     end
  87.     object btnClose: TSpeedItem
  88.       Caption = 'Close'
  89.       Hint = 'Close insert special characters and return to NotePads+'
  90.       ImageIndex = 50
  91.       Spacing = 1
  92.       Left = 3
  93.       Top = 3
  94.       Visible = True
  95.       OnClick = btnCloseClick
  96.       SectionName = 'File'
  97.     end
  98.   end
  99.   object strPreferences: TFormStorage
  100.     IniFileName = '\Software\JSoft Consulting\NotePads+'
  101.     IniSection = 'Special Characters'
  102.     UseRegistry = True
  103.     StoredProps.Strings = (
  104.       'barTools.Options'
  105.       'mniExplore.Checked'
  106.       'mniStandard.Checked')
  107.     Left = 52
  108.     Top = 152
  109.   end
  110.   object pumToolBar: TPopupMenu
  111.     Left = 80
  112.     Top = 152
  113.     object mniExplore: TMenuItem
  114.       Caption = 'I&Explorer Style'
  115.       Checked = True
  116.       GroupIndex = 4
  117.       Hint = 'Display too bar with flat buttons'
  118.       RadioItem = True
  119.       OnClick = UpdateMenus
  120.     end
  121.     object mniStandard: TMenuItem
  122.       Tag = 1
  123.       Caption = 'S&tandard Style'
  124.       GroupIndex = 4
  125.       Hint = 'Display tool bar with raised buttons'
  126.       RadioItem = True
  127.       OnClick = UpdateMenus
  128.     end
  129.   end
  130. end
  131.